home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6366 / 6366.xpi / chrome / firegestures.jar / content / firegestures / browser.rdf < prev    next >
Extensible Markup Language  |  2009-09-27  |  23KB  |  460 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!DOCTYPE RDF:RDF [
  4.   <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd">
  5.   %browserDTD;
  6.   <!ENTITY % tabBrowserDTD SYSTEM "chrome://browser/locale/tabbrowser.dtd">
  7.   %tabBrowserDTD;
  8.   <!ENTITY % mappingDTD SYSTEM "chrome://firegestures/locale/mapping.dtd">
  9.   %mappingDTD;
  10. ]>
  11.  
  12. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  13.          xmlns:FG="http://www.xuldev.org/firegestures-mapping#">
  14.   <RDF:Seq RDF:about="urn:mapping:root">
  15.     <RDF:li RDF:resource="urn:category:navigation" />
  16.     <RDF:li RDF:resource="urn:Browser:Back" />
  17.     <RDF:li RDF:resource="urn:Browser:Forward" />
  18.     <RDF:li RDF:resource="urn:Browser:Reload" />
  19.     <RDF:li RDF:resource="urn:Browser:ReloadSkipCache" />
  20.     <RDF:li RDF:resource="urn:Browser:Stop" />
  21.     <RDF:li RDF:resource="urn:Browser:Home" />
  22.     <RDF:li RDF:resource="urn:FireGestures:GoUpperLevel" />
  23.     <RDF:li RDF:resource="urn:FireGestures:IncrementURL" />
  24.     <RDF:li RDF:resource="urn:FireGestures:DecrementURL" />
  25.     <RDF:li RDF:resource="urn:category:window" />
  26.     <RDF:li RDF:resource="urn:cmd_newNavigator" />
  27.     <RDF:li RDF:resource="urn:cmd_closeWindow" />
  28.     <RDF:li RDF:resource="urn:History:UndoCloseWindow" />
  29.     <RDF:li RDF:resource="urn:FireGestures:MinimizeWindow" />
  30.     <RDF:li RDF:resource="urn:FireGestures:MaximizeWindow" />
  31.     <RDF:li RDF:resource="urn:View:FullScreen" />
  32.     <RDF:li RDF:resource="urn:category:tab" />
  33.     <RDF:li RDF:resource="urn:cmd_newNavigatorTab" />
  34.     <RDF:li RDF:resource="urn:cmd_close" />
  35.     <RDF:li RDF:resource="urn:FireGestures:CloseTabOrWindow" />
  36.     <RDF:li RDF:resource="urn:FireGestures:UndoCloseTab" />
  37.     <RDF:li RDF:resource="urn:FireGestures:PreviousTab" />
  38.     <RDF:li RDF:resource="urn:FireGestures:NextTab" />
  39.     <RDF:li RDF:resource="urn:FireGestures:DuplicateTab" />
  40.     <RDF:li RDF:resource="urn:FireGestures:DetachTab" />
  41.     <RDF:li RDF:resource="urn:FireGestures:ReloadAllTabs" />
  42.     <RDF:li RDF:resource="urn:FireGestures:CloseOtherTabs" />
  43.     <RDF:li RDF:resource="urn:FireGestures:CloseLeftTabs" />
  44.     <RDF:li RDF:resource="urn:FireGestures:CloseRightTabs" />
  45.     <RDF:li RDF:resource="urn:category:page" />
  46.     <RDF:li RDF:resource="urn:cmd_textZoomEnlarge" />
  47.     <RDF:li RDF:resource="urn:cmd_textZoomReduce" />
  48.     <RDF:li RDF:resource="urn:cmd_textZoomReset" />
  49.     <RDF:li RDF:resource="urn:cmd_fullZoomEnlarge" />
  50.     <RDF:li RDF:resource="urn:cmd_fullZoomReduce" />
  51.     <RDF:li RDF:resource="urn:cmd_fullZoomReset" />
  52.     <RDF:li RDF:resource="urn:FireGestures:ScrollTop" />
  53.     <RDF:li RDF:resource="urn:FireGestures:ScrollBottom" />
  54.     <RDF:li RDF:resource="urn:FireGestures:ScrollPageUp" />
  55.     <RDF:li RDF:resource="urn:FireGestures:ScrollPageDown" />
  56.     <RDF:li RDF:resource="urn:Browser:AddBookmarkAs" />
  57.     <RDF:li RDF:resource="urn:Browser:SavePage" />
  58.     <RDF:li RDF:resource="urn:View:PageSource" />
  59.     <RDF:li RDF:resource="urn:View:PageInfo" />
  60.     <RDF:li RDF:resource="urn:cmd_printPreview" />
  61.     <RDF:li RDF:resource="urn:cmd_print" />
  62.     <RDF:li RDF:resource="urn:category:frame" />
  63.     <RDF:li RDF:resource="urn:FireGestures:ShowOnlyThisFrame" />
  64.     <RDF:li RDF:resource="urn:FireGestures:OpenFrame" />
  65.     <RDF:li RDF:resource="urn:FireGestures:OpenFrameInTab" />
  66.     <RDF:li RDF:resource="urn:FireGestures:ReloadFrame" />
  67.     <RDF:li RDF:resource="urn:FireGestures:AddBookmarkForFrame" />
  68.     <RDF:li RDF:resource="urn:FireGestures:SaveFrame" />
  69.     <RDF:li RDF:resource="urn:FireGestures:ViewFrameSource" />
  70.     <RDF:li RDF:resource="urn:FireGestures:ViewFrameInfo" />
  71.     <RDF:li RDF:resource="urn:category:link" />
  72.     <RDF:li RDF:resource="urn:FireGestures:OpenLink" />
  73.     <RDF:li RDF:resource="urn:FireGestures:OpenLinkInBgTab" />
  74.     <RDF:li RDF:resource="urn:FireGestures:OpenLinkInFgTab" />
  75.     <RDF:li RDF:resource="urn:FireGestures:AddBookmarkForLink" />
  76.     <RDF:li RDF:resource="urn:FireGestures:SaveLink" />
  77.     <RDF:li RDF:resource="urn:category:image" />
  78.     <RDF:li RDF:resource="urn:FireGestures:ViewImage" />
  79.     <RDF:li RDF:resource="urn:FireGestures:SaveImage" />
  80.     <RDF:li RDF:resource="urn:FireGestures:SaveImageNow" />
  81.     <RDF:li RDF:resource="urn:category:selection" />
  82.     <RDF:li RDF:resource="urn:FireGestures:WebSearch" />
  83.     <RDF:li RDF:resource="urn:FireGestures:OpenLinksInSelection" />
  84.     <RDF:li RDF:resource="urn:FireGestures:OpenURLsInSelection" />
  85.     <RDF:li RDF:resource="urn:category:tools" />
  86.     <RDF:li RDF:resource="urn:Tools:Downloads" />
  87.     <RDF:li RDF:resource="urn:Tools:Addons" />
  88.     <RDF:li RDF:resource="urn:Tools:PrivateBrowsing" />
  89.     <RDF:li RDF:resource="urn:Tools:Sanitize" />
  90.     <RDF:li RDF:resource="urn:FireGestures:ErrorConsole" />
  91.     <RDF:li RDF:resource="urn:FireGestures:BookmarksSidebar" />
  92.     <RDF:li RDF:resource="urn:FireGestures:HistorySidebar" />
  93.     <RDF:li RDF:resource="urn:FireGestures:FindBar" />
  94.     <RDF:li RDF:resource="urn:FireGestures:RestartApp" />
  95.     <RDF:li RDF:resource="urn:FireGestures:Preferences" />
  96.     <RDF:li RDF:resource="urn:category:popup" />
  97.     <RDF:li RDF:resource="urn:FireGestures:BFHistoryPopup" />
  98.     <RDF:li RDF:resource="urn:FireGestures:AllTabsPopup" />
  99.     <RDF:li RDF:resource="urn:FireGestures:ClosedTabsPopup" />
  100.     <RDF:li RDF:resource="urn:FireGestures:WebSearchPopup" />
  101.     <RDF:li RDF:resource="urn:category:hybrid" />
  102.     <RDF:li RDF:resource="urn:FireGestures:HybridBookmark" />
  103.     <RDF:li RDF:resource="urn:FireGestures:HybridSave" />
  104.     <RDF:li RDF:resource="urn:FireGestures:HybridSendURL" />
  105.     <RDF:li RDF:resource="urn:FireGestures:HybridCopyURL" />
  106.     <RDF:li RDF:resource="urn:FireGestures:HybridViewSource" />
  107.     <RDF:li RDF:resource="urn:FireGestures:HybridMetaData" />
  108.     <RDF:li RDF:resource="urn:category:script" />
  109.     <RDF:li RDF:resource="urn:FireGestures:OpenHoveredLinks" />
  110.     <RDF:li RDF:resource="urn:FireGestures:SaveHoveredLinks" />
  111.     <RDF:li RDF:resource="urn:FireGestures:CopyHoveredLinks" />
  112.   </RDF:Seq>
  113.   <!-- navigation -->
  114.   <RDF:Description RDF:about="urn:category:navigation"
  115.                    FG:type="0"
  116.                    FG:name="&gestureCategory.navigation;" />
  117.   <RDF:Description RDF:about="urn:Browser:Back"
  118.                    FG:type="1"
  119.                    FG:name="&backCmd.label;"
  120.                    FG:direction="L" />
  121.   <RDF:Description RDF:about="urn:Browser:Forward"
  122.                    FG:type="1"
  123.                    FG:name="&forwardCmd.label;"
  124.                    FG:direction="R" />
  125.   <RDF:Description RDF:about="urn:Browser:Reload"
  126.                    FG:type="1"
  127.                    FG:name="&reloadCmd.label;"
  128.                    FG:direction="UD" />
  129.   <RDF:Description RDF:about="urn:Browser:ReloadSkipCache"
  130.                    FG:type="1"
  131.                    FG:name="&reloadCmd.label; (&gestureCmd.skipCache;)"
  132.                    FG:direction="UDU" />
  133.   <RDF:Description RDF:about="urn:Browser:Stop"
  134.                    FG:type="1"
  135.                    FG:name="&stopCmd.label;" />
  136.   <RDF:Description RDF:about="urn:Browser:Home"
  137.                    FG:type="1"
  138.                    FG:name="&homeButton.label;" />
  139.   <RDF:Description RDF:about="urn:FireGestures:GoUpperLevel"
  140.                    FG:type="1"
  141.                    FG:name="&gestureCmd.goUpperLevel;"
  142.                    FG:direction="DU" />
  143.   <RDF:Description RDF:about="urn:FireGestures:IncrementURL"
  144.                    FG:type="1"
  145.                    FG:name="&gestureCmd.incrementURL;"
  146.                    FG:direction="RURU" />
  147.   <RDF:Description RDF:about="urn:FireGestures:DecrementURL"
  148.                    FG:type="1"
  149.                    FG:name="&gestureCmd.decrementURL;"
  150.                    FG:direction="RDRD" />
  151.   <!-- window -->
  152.   <RDF:Description RDF:about="urn:category:window"
  153.                    FG:type="0"
  154.                    FG:name="&gestureCategory.window;" />
  155.   <RDF:Description RDF:about="urn:cmd_newNavigator"
  156.                    FG:type="1"
  157.                    FG:name="&newNavigatorCmd.label;"
  158.                    FG:direction="DRU" />
  159.   <RDF:Description RDF:about="urn:cmd_closeWindow"
  160.                    FG:type="1"
  161.                    FG:name="&closeWindow.label;"
  162.                    FG:direction="URD" />
  163.   <RDF:Description RDF:about="urn:History:UndoCloseWindow"
  164.                    FG:type="1"
  165.                    FG:name="&gestureCmd.undoCloseWindow;"
  166.                    FG:flags="min:firefox3.5" />
  167.   <RDF:Description RDF:about="urn:FireGestures:MinimizeWindow"
  168.                    FG:type="1"
  169.                    FG:name="&gestureCmd.minimizeWindow;"
  170.                    FG:direction="RUD" />
  171.   <RDF:Description RDF:about="urn:FireGestures:MaximizeWindow"
  172.                    FG:type="1"
  173.                    FG:name="&gestureCmd.maximizeWindow;"
  174.                    FG:direction="RDU" />
  175.   <RDF:Description RDF:about="urn:View:FullScreen"
  176.                    FG:type="1"
  177.                    FG:name="&fullScreenCmd.label;" />
  178.   <!-- tab -->
  179.   <RDF:Description RDF:about="urn:category:tab"
  180.                    FG:type="0"
  181.                    FG:name="&gestureCategory.tab;" />
  182.   <RDF:Description RDF:about="urn:cmd_newNavigatorTab"
  183.                    FG:type="1"
  184.                    FG:name="&tabCmd.label;"
  185.                    FG:direction="LR" />
  186.   <RDF:Description RDF:about="urn:cmd_close"
  187.                    FG:type="1"
  188.                    FG:name="&closeTab.label;"
  189.                    FG:direction="DR" />
  190.   <RDF:Description RDF:about="urn:FireGestures:CloseTabOrWindow"
  191.                    FG:type="1"
  192.                    FG:name="&closeTab.label; / &closeWindow.label;" />
  193.   <RDF:Description RDF:about="urn:FireGestures:UndoCloseTab"
  194.                    FG:type="1"
  195.                    FG:name="&undoCloseTab.label;"
  196.                    FG:direction="RL" />
  197.   <RDF:Description RDF:about="urn:FireGestures:PreviousTab"
  198.                    FG:type="1"
  199.                    FG:name="&gestureCmd.previousTab;"
  200.                    FG:direction="UL"
  201.                    FG:extra="rocker-left" />
  202.   <RDF:Description RDF:about="urn:FireGestures:NextTab"
  203.                    FG:type="1"
  204.                    FG:name="&gestureCmd.nextTab;"
  205.                    FG:direction="UR"
  206.                    FG:extra="rocker-right" />
  207.   <RDF:Description RDF:about="urn:FireGestures:DuplicateTab"
  208.                    FG:type="1"
  209.                    FG:name="&gestureCmd.duplicateTab;" />
  210.   <RDF:Description RDF:about="urn:FireGestures:DetachTab"
  211.                    FG:type="1"
  212.                    FG:name="&openTabInNewWindow.label;"
  213.                    FG:flags="min:firefox3.5" />
  214.   <RDF:Description RDF:about="urn:FireGestures:ReloadAllTabs"
  215.                    FG:type="1"
  216.                    FG:name="&reloadAllTabs.label;" />
  217.   <RDF:Description RDF:about="urn:FireGestures:CloseOtherTabs"
  218.                    FG:type="1"
  219.                    FG:name="&closeOtherTabs.label;" />
  220.   <RDF:Description RDF:about="urn:FireGestures:CloseLeftTabs"
  221.                    FG:type="1"
  222.                    FG:name="&gestureCmd.closeLeftTabs;" />
  223.   <RDF:Description RDF:about="urn:FireGestures:CloseRightTabs"
  224.                    FG:type="1"
  225.                    FG:name="&gestureCmd.closeRightTabs;" />
  226.   <!-- page -->
  227.   <RDF:Description RDF:about="urn:cmd_textZoomEnlarge"
  228.                    FG:type="1"
  229.                    FG:name="&fullZoomToggleCmd.label; - &fullZoomEnlargeCmd.label;"
  230.                    FG:direction="LRU" />
  231.   <RDF:Description RDF:about="urn:cmd_textZoomReduce"
  232.                    FG:type="1"
  233.                    FG:name="&fullZoomToggleCmd.label; - &fullZoomReduceCmd.label;"
  234.                    FG:direction="LRD" />
  235.   <RDF:Description RDF:about="urn:cmd_textZoomReset"
  236.                    FG:type="1"
  237.                    FG:name="&fullZoomToggleCmd.label; - &fullZoomResetCmd.label;"
  238.                    FG:direction="LRUD" />
  239.   <RDF:Description RDF:about="urn:cmd_fullZoomEnlarge"
  240.                    FG:type="1"
  241.                    FG:name="&fullZoom.label; - &fullZoomEnlargeCmd.label;" />
  242.   <RDF:Description RDF:about="urn:cmd_fullZoomReduce"
  243.                    FG:type="1"
  244.                    FG:name="&fullZoom.label; - &fullZoomReduceCmd.label;" />
  245.   <RDF:Description RDF:about="urn:cmd_fullZoomReset"
  246.                    FG:type="1"
  247.                    FG:name="&fullZoom.label; - &fullZoomResetCmd.label;" />
  248.   <RDF:Description RDF:about="urn:category:page"
  249.                    FG:type="0"
  250.                    FG:name="&gestureCategory.page;" />
  251.   <RDF:Description RDF:about="urn:FireGestures:ScrollTop"
  252.                    FG:type="1"
  253.                    FG:name="&gestureCmd.scrollTop;"
  254.                    FG:direction="LU" />
  255.   <RDF:Description RDF:about="urn:FireGestures:ScrollBottom"
  256.                    FG:type="1"
  257.                    FG:name="&gestureCmd.scrollBottom;"
  258.                    FG:direction="LD" />
  259.   <RDF:Description RDF:about="urn:FireGestures:ScrollPageUp"
  260.                    FG:type="1"
  261.                    FG:name="&gestureCmd.scrollPageUp;" />
  262.   <RDF:Description RDF:about="urn:FireGestures:ScrollPageDown"
  263.                    FG:type="1"
  264.                    FG:name="&gestureCmd.scrollPageDown;" />
  265.   <RDF:Description RDF:about="urn:Browser:AddBookmarkAs"
  266.                    FG:type="1"
  267.                    FG:name="&bookmarkThisPageCmd.label;" />
  268.   <RDF:Description RDF:about="urn:Browser:SavePage"
  269.                    FG:type="1"
  270.                    FG:name="&savePageCmd.label;" />
  271.   <RDF:Description RDF:about="urn:View:PageSource"
  272.                    FG:type="1"
  273.                    FG:name="&viewPageSourceCmd.label;" />
  274.   <RDF:Description RDF:about="urn:View:PageInfo"
  275.                    FG:type="1"
  276.                    FG:name="&viewPageInfoCmd.label;" />
  277.   <RDF:Description RDF:about="urn:cmd_printPreview"
  278.                    FG:type="1"
  279.                    FG:name="&printPreviewCmd.label;" />
  280.   <RDF:Description RDF:about="urn:cmd_print"
  281.                    FG:type="1"
  282.                    FG:name="&printCmd.label;" />
  283.   <!-- frame -->
  284.   <RDF:Description RDF:about="urn:category:frame"
  285.                    FG:type="0"
  286.                    FG:name="&gestureCategory.frame;" />
  287.   <RDF:Description RDF:about="urn:FireGestures:ShowOnlyThisFrame"
  288.                    FG:type="1"
  289.                    FG:name="&showOnlyThisFrameCmd.label;"
  290.                    FG:direction="LDR" />
  291.   <RDF:Description RDF:about="urn:FireGestures:OpenFrame"
  292.                    FG:type="1"
  293.                    FG:name="&openFrameCmd.label;" />
  294.   <RDF:Description RDF:about="urn:FireGestures:OpenFrameInTab"
  295.                    FG:type="1"
  296.                    FG:name="&openFrameCmdInTab.label;"
  297.                    FG:direction="LDRU" />
  298.   <RDF:Description RDF:about="urn:FireGestures:ReloadFrame"
  299.                    FG:type="1"
  300.                    FG:name="&reloadFrameCmd.label;" />
  301.   <RDF:Description RDF:about="urn:FireGestures:AddBookmarkForFrame"
  302.                    FG:type="1"
  303.                    FG:name="&bookmarkThisFrameCmd.label;" />
  304.   <RDF:Description RDF:about="urn:FireGestures:SaveFrame"
  305.                    FG:type="1"
  306.                    FG:name="&saveFrameCmd.label;" />
  307.   <RDF:Description RDF:about="urn:FireGestures:ViewFrameSource"
  308.                    FG:type="1"
  309.                    FG:name="&viewFrameSourceCmd.label;" />
  310.   <RDF:Description RDF:about="urn:FireGestures:ViewFrameInfo"
  311.                    FG:type="1"
  312.                    FG:name="&viewFrameInfoCmd.label;" />
  313.   <!-- link -->
  314.   <RDF:Description RDF:about="urn:category:link"
  315.                    FG:type="0"
  316.                    FG:name="&gestureCategory.link;" />
  317.   <RDF:Description RDF:about="urn:FireGestures:OpenLink"
  318.                    FG:type="1"
  319.                    FG:name="&openLinkCmd.label;" />
  320.   <RDF:Description RDF:about="urn:FireGestures:OpenLinkInBgTab"
  321.                    FG:type="1"
  322.                    FG:name="&openLinkCmdInTab.label; (&gestureCmd.backgroundTab;)"
  323.                    FG:direction="D" />
  324.   <RDF:Description RDF:about="urn:FireGestures:OpenLinkInFgTab"
  325.                    FG:type="1"
  326.                    FG:name="&openLinkCmdInTab.label; (&gestureCmd.foregroundTab;)"
  327.                    FG:direction="U" />
  328.   <RDF:Description RDF:about="urn:FireGestures:AddBookmarkForLink"
  329.                    FG:type="1"
  330.                    FG:name="&bookmarkThisLinkCmd.label;" />
  331.   <RDF:Description RDF:about="urn:FireGestures:SaveLink"
  332.                    FG:type="1"
  333.                    FG:name="&saveLinkCmd.label;" />
  334.   <!-- image -->
  335.   <RDF:Description RDF:about="urn:category:image"
  336.                    FG:type="0"
  337.                    FG:name="&gestureCategory.image;" />
  338.   <RDF:Description RDF:about="urn:FireGestures:ViewImage"
  339.                    FG:type="1"
  340.                    FG:name="&viewImageCmd.label;" />
  341.   <RDF:Description RDF:about="urn:FireGestures:SaveImage"
  342.                    FG:type="1"
  343.                    FG:name="&saveImageCmd.label;"
  344.                    FG:direction="DLD" />
  345.   <RDF:Description RDF:about="urn:FireGestures:SaveImageNow"
  346.                    FG:type="1"
  347.                    FG:name="&gestureCmd.saveImageNow;"
  348.                    FG:direction="DRD" />
  349.   <!-- selection -->
  350.   <RDF:Description RDF:about="urn:category:selection"
  351.                    FG:type="0"
  352.                    FG:name="&gestureCategory.selection;" />
  353.   <RDF:Description RDF:about="urn:FireGestures:WebSearch"
  354.                    FG:type="1"
  355.                    FG:name="&gestureCmd.searchForSelection;" />
  356.   <RDF:Description RDF:about="urn:FireGestures:OpenLinksInSelection"
  357.                    FG:type="1"
  358.                    FG:name="&gestureCmd.openLinksInSelection;"
  359.                    FG:direction="RU" />
  360.   <RDF:Description RDF:about="urn:FireGestures:OpenURLsInSelection"
  361.                    FG:type="1"
  362.                    FG:name="&gestureCmd.openURLsInSelection; / &gestureCmd.searchForSelection;" />
  363.   <!-- tools -->
  364.   <RDF:Description RDF:about="urn:category:tools"
  365.                    FG:type="0"
  366.                    FG:name="&gestureCategory.tools;" />
  367.   <RDF:Description RDF:about="urn:Tools:Downloads"
  368.                    FG:type="1"
  369.                    FG:name="&downloads.label;" />
  370.   <RDF:Description RDF:about="urn:Tools:PrivateBrowsing"
  371.                    FG:type="1"
  372.                    FG:name="&privateBrowsingCmd.start.label; / &privateBrowsingCmd.stop.label;"
  373.                    FG:flags="min:firefox3.5" />
  374.   <RDF:Description RDF:about="urn:Tools:Addons"
  375.                    FG:type="1"
  376.                    FG:name="&addons.label;" />
  377.   <RDF:Description RDF:about="urn:Tools:Sanitize"
  378.                    FG:type="1"
  379.                    FG:name="&clearPrivateDataCmd.label;" />
  380.   <RDF:Description RDF:about="urn:FireGestures:ErrorConsole"
  381.                    FG:type="1"
  382.                    FG:name="&errorConsoleCmd.label;" />
  383.   <RDF:Description RDF:about="urn:FireGestures:BookmarksSidebar"
  384.                    FG:type="1"
  385.                    FG:name="&gestureCmd.bookmarksSidebar;" />
  386.   <RDF:Description RDF:about="urn:FireGestures:HistorySidebar"
  387.                    FG:type="1"
  388.                    FG:name="&gestureCmd.historySidebar;" />
  389.   <RDF:Description RDF:about="urn:FireGestures:FindBar"
  390.                    FG:type="1"
  391.                    FG:name="&gestureCmd.toggleFindbar;" />
  392.   <RDF:Description RDF:about="urn:FireGestures:RestartApp"
  393.                    FG:type="1"
  394.                    FG:name="&gestureCmd.restartApp;"
  395.                    FG:flags="min:firefox3.5" />
  396.   <RDF:Description RDF:about="urn:FireGestures:Preferences"
  397.                    FG:type="1"
  398.                    FG:name="FireGestures - &gestureCmd.options;"
  399.                    FG:direction="LDRUL" />
  400.   <!-- popup -->
  401.   <RDF:Description RDF:about="urn:category:popup"
  402.                    FG:type="0"
  403.                    FG:name="&gestureCategory.popup;" />
  404.   <RDF:Description RDF:about="urn:FireGestures:BFHistoryPopup"
  405.                    FG:type="1"
  406.                    FG:name="[&gestureType.popup;] &gestureCmd.backForwardHistory;"
  407.                    FG:extra="wheel-up" />
  408.   <RDF:Description RDF:about="urn:FireGestures:AllTabsPopup"
  409.                    FG:type="1"
  410.                    FG:name="[&gestureType.popup;] &listAllTabs.label;"
  411.                    FG:extra="wheel-down" />
  412.   <RDF:Description RDF:about="urn:FireGestures:ClosedTabsPopup"
  413.                    FG:type="1"
  414.                    FG:name="[&gestureType.popup;] &historyUndoMenu.label;" />
  415.   <RDF:Description RDF:about="urn:FireGestures:WebSearchPopup"
  416.                    FG:type="1"
  417.                    FG:name="[&gestureType.popup;] &gestureCmd.searchForSelectionWith;"
  418.                    FG:direction="RD" />
  419.   <!-- hybrid -->
  420.   <RDF:Description RDF:about="urn:category:hybrid"
  421.                    FG:type="0"
  422.                    FG:name="&gestureCategory.hybrid;" />
  423.   <RDF:Description RDF:about="urn:FireGestures:HybridBookmark"
  424.                    FG:type="1"
  425.                    FG:name="[&gestureType.hybrid;] &gestureCmd.hybridBookmark; (&gestureCategory.link; / &gestureCategory.frame; / &gestureCategory.page;)" />
  426.   <RDF:Description RDF:about="urn:FireGestures:HybridSave"
  427.                    FG:type="1"
  428.                    FG:name="[&gestureType.hybrid;] &gestureCmd.hybridSave; (&gestureCategory.link; / &gestureCategory.image; / &gestureCategory.frame; / &gestureCategory.page;)"
  429.                    FG:direction="DL" />
  430.   <RDF:Description RDF:about="urn:FireGestures:HybridSendURL"
  431.                    FG:type="1"
  432.                    FG:name="[&gestureType.hybrid;] &gestureCmd.hybridSendURL; (&gestureCategory.link; / &gestureCategory.image; / &gestureCategory.page;)" />
  433.   <RDF:Description RDF:about="urn:FireGestures:HybridCopyURL"
  434.                    FG:type="1"
  435.                    FG:name="[&gestureType.hybrid;] &gestureCmd.hybridCopyURL; (&gestureCategory.link; / &gestureCategory.image; / &gestureCategory.frame; / &gestureCategory.page;)" />
  436.   <RDF:Description RDF:about="urn:FireGestures:HybridViewSource"
  437.                    FG:type="1"
  438.                    FG:name="[&gestureType.hybrid;] &gestureCmd.hybridViewSource; (&gestureCategory.selection; / &gestureCategory.frame; / &gestureCategory.page;)" />
  439.   <RDF:Description RDF:about="urn:FireGestures:HybridMetaData"
  440.                    FG:type="1"
  441.                    FG:name="[&gestureType.hybrid;] &metadataCmd.label; (&gestureCategory.link; / &gestureCategory.image; / &gestureCategory.frame; / &gestureCategory.page;)"
  442.                    FG:flags="max:firefox3.5" />
  443.   <!-- script -->
  444.   <RDF:Description RDF:about="urn:category:script"
  445.                    FG:type="0"
  446.                    FG:name="&gestureCategory.script;" />
  447.   <!-- keypress gestures -->
  448.   <RDF:Description RDF:about="urn:FireGestures:OpenHoveredLinks"
  449.                    FG:type="1"
  450.                    FG:extra="keypress-ctrl"
  451.                    FG:flags="hidden" />
  452.   <RDF:Description RDF:about="urn:FireGestures:SaveHoveredLinks"
  453.                    FG:type="1"
  454.                    FG:extra="keypress-shift"
  455.                    FG:flags="hidden" />
  456.   <RDF:Description RDF:about="urn:FireGestures:CopyHoveredLinks"
  457.                    FG:type="1"
  458.                    FG:flags="hidden" />
  459. </RDF:RDF>
  460.